Copies

public interface Copies<T extends PrintSettings>

Allows configuring the number of copies to print.

Implemented by concrete PrintSettings implementations that support configuring the number of copies to print.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract int copies()
Returns the number of copies to print.
public abstract T copies(int copies)
Configures the number of copies to print.